Skip to main content

Retrieve monitors from group

GET 

https://ServerIP:PortNumber/api/v1/query/objects/:id/group

Call this API to obtain the monitors within a group via the corresponding Group ID.

Request

Path Parameters

    id integerrequired

    Unique identifier for the group. This Group ID is required to fetch the corresponding monitors.

Responses

Successful response. The request was processed successfully, and the status of the specified monitor is returned in the response body.

Schema
    response-code integer
    status string
    result object[]
  • Array [
  • id integer
    object.name string
  • ]

Authorization: cookie

name: cookietype: apiKeyin: cookie
curl -L 'https://ServerIP:PortNumber/api/v1/query/objects/:id/group' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://ServerIP:PortNumber/api/v1
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!